[XEND] Ensure config value types in XendConfig
authorAlastair Tse <atse@xensource.com>
Fri, 1 Dec 2006 13:53:04 +0000 (13:53 +0000)
committerAlastair Tse <atse@xensource.com>
Fri, 1 Dec 2006 13:53:04 +0000 (13:53 +0000)
commit2e23acca5528f66bd258c2e32a6741786c74af79
tree12ead2a2da8e73a256c063234fd2987aadb117a1
parent65ade46c57d850062d246470a3552bb026a8f602
[XEND] Ensure config value types in XendConfig

Add definitions of what we expect the types to be for the values in
XendConfig and apply them when parsing SXP where all values are either
strings or list.

Also fix missing stdvga in HVM config.

Signed-off-by: Alastair Tse <atse@xensource.com>
tools/python/xen/xend/XendConfig.py